home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 126-150 / scopedisk146 / curses / colour / makefile < prev   
Makefile  |  1995-03-19  |  131b  |  7 lines

  1. CC= lc
  2. CFLAGS= -b0
  3. OBJECTS= colour.o
  4.  
  5. colour: $(OBJECTS)
  6.     blink LIB:c.o,colour.o TO $@ LIB LIB:lc.lib,LIB:amiga.lib,LIB:curses.lib
  7.